home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #11 / Amiga Plus CD - 2004 - No. 11.iso / AmiSoft / Comm / mail / SpamFryer.lha / SpamFryer / SpamFryer.keeplist < prev    next >
Text File  |  2004-07-10  |  1KB  |  44 lines

  1. // Rules that tell SpamFryer about mails you always want.
  2.  
  3. // The first word tells it what part of the mail to test -
  4. // such as Subject: From: To: or Reply-To: - or Early-Ref:
  5. // to check the entire mail header and the first dozen lines
  6. // of the body of the mail (all of an initial MIME header).
  7.   
  8. // The remainder of the line indicates a pattern to look for. 
  9. // If that pattern appears anywhere in the part of the mail
  10. // specified by the first word, the mail will be left on the
  11. // server; it won't be fried even if it matches rules in the
  12. // loselist.
  13.  
  14. // Comparisons ignore case, so THIS matches thIs and This,
  15. // and any line with that word (even THIStle) will match.
  16.  
  17. // Put // (remember the space) at the start of a line to
  18. // temporarily disable a rule without removing it from the
  19. // list. Blank lines are ignored, but can make sets clearer.
  20.  
  21. // User names required for any domain - remove these if you
  22. // don't have a domain. Otherwise it's a good idea to add
  23. // the domain suffix to each one, e.g. abuse@myamiga.org -
  24. // see RFC 2142 for others you may need if you run servers.
  25.  
  26. To: abuse@
  27. To: postmaster@
  28. To: noc@
  29. To: security@
  30.  
  31. // Let mailing list stuff through
  32.  
  33. To: @yahoogroups.com
  34. Reply-To: @yahoogroups.com
  35. Subject: [YAM]
  36. From: Aminet
  37.  
  38. // Pass mails that refer to Spam Fryer
  39.  
  40. Early-Ref: SpamFryer
  41. Early-Ref: Spam Fryer
  42.  
  43. // Add more rules here
  44.